-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade H2 to 2.1.210 #24663
Upgrade H2 to 2.1.210 #24663
Conversation
This comment has been minimized.
This comment has been minimized.
Ah, looks like it will require some more fun. |
...evservices/h2/src/main/java/io/quarkus/devservices/h2/deployment/H2DevServicesProcessor.java
Show resolved
Hide resolved
extensions/jdbc/jdbc-h2/runtime/src/main/java/io/quarkus/jdbc/h2/runtime/graal/CompareMode.java
Show resolved
Hide resolved
...sions/jdbc/jdbc-h2/runtime/src/main/java/io/quarkus/jdbc/h2/runtime/graal/SessionRemote.java
Show resolved
Hide resolved
It should be much better now. |
I see some local tests are failing, as it's generating this statement:
|
@Sanne yeah I'll wait for the full report. I have run the jpa-h2 one in native but apparently some others are complaining. I will adjust accordingly. |
This comment has been minimized.
This comment has been minimized.
integration-tests/main/src/main/java/io/quarkus/it/jpa/Person.java
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
@Sanne it's now ready. The |
@gsmet I see some failures in module |
e.g.
|
@Sanne do you see test failures? Because I ran the whole |
BTW what you pasted is normal, it's just HV being triggered. |
yes I had local test failures in the validator extension - I believe I found a match on the CI logs but I might be wrong about CI. FWIW this is how I run test locally:
I just double checked and don't have the same failures when running without your PR |
Are you sure you are testing the latest changes? Because I just rebuilt everything in this PR and tested I can rebase and force push to get the rest client fix. |
I force pushed a rebase. |
I'll run it again... |
CI looks happy. |
sorry for not getting back to you yet :/ Having some issues with my environments(s): since I can't seem to get consistent build results locally even on "main" it's hard to say definitely how the upgrade is breaking things. I'll try to cap this to today as I don't want to hold you for too long, but I have a strong impression that I have more issues when the H2 version is updated. |
My guess is that you somehow have something inconsistent or you're not building everything that should be built. |
it's finally working fine 👍 |
Woot, thanks! |
Fixes #9354